csspalettevalue: Use simple arrays instead of a hashtable
authorTimm Bäder <mail@baedert.org>
Sat, 17 Aug 2019 16:23:36 +0000 (18:23 +0200)
committerTimm Bäder <mail@baedert.org>
Mon, 9 Sep 2019 15:36:23 +0000 (17:36 +0200)
commit4f3e65e74584b108faa75afbe3c49b11eac62c85
treeeff3251ff53c78f2d357b8fd3957fc555a5d6c99
parent36a1b69a19358b852ad28092e1d6a67235de66e3
csspalettevalue: Use simple arrays instead of a hashtable

Use two sorted name/value arrays to save the colors instead of a
hashtable. This makes palette values faster to compare etc.
gtk/gtkcsspalettevalue.c